home *** CD-ROM | disk | FTP | other *** search
- @echo off
- c:
- cd c:\tcpip\bin
- cls
- echo Configuring TCP/IP .....
- @echo on
- IF EXIST SETUP.CMD CALL SETUP.CMD
- @echo off
- echo ..... Finished configuring TCP/IP
- cls
- echo Starting the TCP/IP processes .....
- call strtsema.cmd
- echo ..... SENDMAIL started
- call strtinet.cmd
- echo ..... INET Super Server started
- echo ..... Finished starting the TCP/IP processes
- cls
- echo Starting Modem Services ...
- call reg_prf.cmd
- echo ..... DLL functions for user database access registered
- call reg_io.cmd
- echo ..... DLL functions for modem control registered
- call reg_prf.cmd
- echo ..... additional DLL functions registered
- REM call uc1.cmd
- echo ..... Modem control for COM1 started
- REM call uc2.cmd
- echo ..... Modem control for COM2 started
- REM call uc3.cmd
- echo ..... Modem control for COM3 started
- REM call uc4.cmd
- echo ..... Modem control for COM4 started
- echo ..... Finished starting Modem Services
- echo ..... exiting TCPSTART.CMD .....
- exit
-